home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / gfx / show / gs503_data.readme < prev    next >
Text File  |  1997-09-05  |  18KB  |  368 lines

  1. Short:    Ghostscript5.03 data archive, get a bin archive
  2. Author:   GS(Aladdin)/Amiga(Olaf Barthel)/Steffen Opel)/Port(me)
  3. Uploader: JoopvandeWege@mail.mococo.nl
  4. Type:     gfx/show
  5.  
  6. This is the Amiga port of Ghostscript5.03. Ghostscript is a Postscript
  7. interpreter with support for Level 2 PS and PDF. This release includes
  8. most popular printers and fileformats including an updated Amiga display
  9. driver.
  10.  
  11. Features:
  12. Ghostscript supports three Amiga specific devices (but see below for ILBM):
  13.     amiga           Amiga Workbench window
  14.     amiga_custom    Amiga custom screenmodes
  15.     amiga_printer   Amiga printer.device
  16. (amiga_printer seems to have problems, please use one of the internal ones)
  17. (redesign done by Steffen Opel opel@sto.isdn.uni-mannheim.de)
  18.  
  19. The device 'amiga' opens an Intuition window on the Workbench screen to
  20. display the image. Its usage should be pretty obvious.
  21.  
  22. The device 'amiga_custom' opens a Customscreen to display the image. This 
  23. allows any Display Mode available in the screenmode preferences to be used
  24. with Ghostscript too.
  25.  
  26. The device 'amiga_printer' is a convenient alternative for the printer devices
  27. provided by Ghostscript itself. It facilitates standard Amiga printing via the
  28. Workbench printer drivers and respects most settings in the graphics 
  29. preferences as described in the Workbench documentation.
  30.  
  31. All three devices are supporting -g and -r as described in 'use.txt'.
  32.  
  33. Ghostscript currently has only limited support for IFF ILBM files:
  34.     amiga_ilbm    IFF ILBM file format
  35.  
  36. The device 'amiga_ilbm' works like any other Ghostscript raster file or 
  37. printer device (i.e. pbm), see 'Choosing the output device' above on how 
  38. to specify an output file.
  39. It supports dithered grayscale only and is not portable to other platforms 
  40. because it uses iffparse.library. A portable implementation with color 
  41. support is currently under development.
  42.  
  43. This port requires:
  44. - An  Amiga  equipped Kickstart 2.04 or higher.
  45. - Approx. 4.7 MBytes of hard disk space available.
  46. - A  minimum  of 1 MByte of chip memory, depending on what you want to do
  47.   with  the  interpreter.  Printer output requires at least 2 MBytes of
  48.   contiguous memory (any memory, not necessarily chip memory).
  49. - A bunch of Postscript/Ghostscript fonts.
  50.  
  51. Comments/Suggestions/Bugs to:
  52. JoopvandeWege@mail.mococo.nl
  53. Please use a Subject field with the name 'GS503' in it.
  54. Please direct all mail to me except when you're 100% sure it is a GS
  55. problem then you can use the Aladdin email address.
  56.  
  57. Joop van de Wege
  58.  
  59.  
  60. Getting Ghostscript.
  61. Download one of the binary archives which match your CPU. It contains
  62. one binary.You might need a patch which is only needed if:
  63. - you have an 040
  64. - and Kickstart 3.1
  65. - and are *NOT* running one of the 040 binaries.
  66. - and you are *NOT* using the latest 'setpatch'.
  67. (it fixes a couple of bugs in 3.1. The symptoms are GURU 8..0B. If you get
  68. them then you need SetMathPatch, probably. Read the docs of SetMathPatch)
  69.  
  70. How to use Ghostscript.
  71. - Unpack the archive gs503data.lha to a suitable HD with enough room (~3.5M).
  72.   for example 'Work:'.
  73.   A directory 'Ghostscript' will be created and all files needed are found
  74.   within this directory (Work:Ghostscript).
  75. - Unpack one of the special binary archives to the same HD and the executable
  76.   will automatically be placed in the same directory (Work:Ghostscript/gs_000).
  77.   Further do:
  78.   - Assign Ghostscript: Work:Ghostscript
  79.   - path Ghostscript: add
  80.     (Optionally, rename the binary gs_xxx to 'gs')
  81.     Now you can call 'gs' from anywhere with or without arguments. If you add
  82.     the above fragment (Assign ... add) to your s:user-startup then it will be
  83.     available everytime you start your computer
  84. - Unpack gs501fonts-std.lha, if you don't have a set of good quality
  85.   postscript fonts. The advantage of using this archive is that you don't
  86.   need to mess with the file 'Fontmap'. The fonts will be placed in 
  87.   'Work:Ghostscript/fonts'.
  88. Or if you already have postscript fonts, do the following:
  89.   - Assign PSFonts: to your postscript font directory (anywhere)
  90.   - create file PSFonts:FONTMAP with at least the following entries:
  91.  
  92. % fontmap aka Fontmap
  93. % ----------------------------------------------------------------
  94. /Times-Roman                    (ptmr.gsf)      ;
  95. /Times-Italic                   (ptmri.gsf)     ;
  96. /Times-Bold                     (ptmb.gsf)      ;
  97. /Times-BoldItalic               (ptmbi.gsf)     ;
  98.  
  99.     It does not matter, which font files are assigned (see below)
  100.  
  101.   - entries within the FONTMAP file at PSFonts: must follow the
  102.     scheme described below:
  103.  
  104.           /Fontname             (Filename)      ;
  105.  
  106.     for example
  107.  
  108.           /Helvetica            (Helvet.pfb)    ;
  109.  
  110.     which means, the corresponding files must actually exist.
  111.     But one also my substitute Fonts symbolically by other fonts,
  112.     like for example:
  113.  
  114.           /Helvetica_Bold       /Helvetica      ;
  115.  
  116.   - the variables in ENV: and ENVARC: must look as follows:
  117.  
  118.       Variable          Content        Remark
  119.  
  120.       GS_FONTPATH                      do not set: delete this one!!
  121.       GS_LIB            PSFonts:
  122.       GS_OPTIONS                       set it, but keep it empty
  123.       GS_DEVICE         amiga          for example (its the default)
  124.  
  125.  
  126. See the 'Ghostscript/docs/use.txt' directory for more information, like
  127. commandline options. Some notes:
  128. - Watch out for case sensitivity when using commandline options, -sOutputFile
  129.   is not equal to -soutputfile !!!!!
  130. - Set your stack high enough, 32000 bytes should do it (stack 32000).
  131.  
  132. Some very useful commandlines with comments in ():
  133. gs -h (outputs small help on most important arguments, and lists all availble
  134.        output devices)
  135. gs (gs opens window on WB and use its palette, use 256color WB if possible,
  136.     there is a problem with NewIcons, it looks like all palette entries are
  137.     reserved by NewIcons so GS will only display in B/W if you use NewIcons)
  138. gs -sDEVICE=png16m (uses the built-in PNG support instead of window on WB)
  139. gs -sOutputFile=ram:output%02d.png -sDEVICE=png256
  140.    (output to files numbered ram:output01.png/ram:output02.png/etc using
  141.     the PNG format (8bit))
  142. gs -r120 (use 120dpi as resolution instead of built-in 72, uses heaps of
  143.           memory at high values)
  144. Arguments useful for PDF files (and ps documents conforming to DSC ?)
  145. gs -dFirstPage=pagenumber (starts on the given page of the document)
  146. gs -dLastPage=pagenumber (Stops after the given page of the document)
  147. See use.doc/Switches for a complete overview of what is available.
  148.  
  149. (taken from 'new-user.txt')
  150. PDF encryption
  151. --------------
  152.  
  153. A user outside the U.S. has created code that allows processing of encrypted
  154. PDF files.  Unfortunately, current U.S. export control laws don't allow
  155. redistribution of this code from a site in the U.S., even though it's freely
  156. available to anyone anywhere in the world from its author's site, so you'll
  157. have to get this code from:
  158.  
  159.         http://www.ozemail.com.au/~geoffk/pdfencrypt/pdf_sec.ps
  160.  
  161. If that doesn't work, try:
  162.  
  163.         http://www.ozemail.com.au/%7Egeoffk/pdfencrypt/pdf_sec.ps
  164.  
  165. The patch consists entirely of PostScript code, so it can be added to a
  166. running version of Ghostscript -- you don't have to recompile anything.  It
  167. is a single file that replaces the file pdf_sec.ps in the standard
  168. Ghostscript fileset (Ghostscript:data/pdf_sec.ps).
  169.  
  170.  
  171. ============================= Archive contents =============================
  172.  
  173. Original  Packed Ratio    Date     Time    Name
  174. -------- ------- ----- --------- --------  -------------
  175.       69      69  0.0% 14-Aug-97 05:48:50 +font2c
  176.      108     107  0.9% 14-Aug-97 05:48:48 +gsbj
  177.       52      52  0.0% 14-Aug-97 05:48:50 +bdftops
  178.      110     108  1.8% 14-Aug-97 05:48:48 +gsdj
  179.      110     108  1.8% 14-Aug-97 05:48:48 +gsdj500
  180.      111     108  2.7% 14-Aug-97 05:48:48 +gslj
  181.      108     107  0.9% 14-Aug-97 05:48:48 +gslp
  182.       35      35  0.0% 14-Aug-97 05:48:50 +gsnd
  183.      394     274 30.4% 14-Aug-97 05:48:50 +pdf2dsc
  184.      339     253 25.3% 14-Aug-97 05:48:50 +pdf2ps
  185.      154     130 15.5% 14-Aug-97 05:48:52 +printafm
  186.      639     304 52.4% 14-Aug-97 05:48:52 +ps2ascii
  187.     1575     753 52.1% 14-Aug-97 05:48:52 +ps2epsi
  188.      524     318 39.3% 14-Aug-97 05:48:52 +ps2pdf
  189.       52      52  0.0% 14-Aug-97 05:48:52 +wftopfa
  190.    13582    4787 64.7% 14-Aug-97 05:52:10 +Fontmap
  191.    11046    2793 74.7% 14-Aug-97 05:52:10 +cbjc600.ppd
  192.    11389    2862 74.8% 14-Aug-97 05:52:10 +cbjc800.ppd
  193.    45904   16313 64.4% 14-Aug-97 05:52:10 +gs_init.ps
  194.     9675    3860 60.1% 14-Aug-97 05:52:10 +gs_btokn.ps
  195.     2707    1214 55.1% 14-Aug-97 05:52:10 +gs_ccfnt.ps
  196.    18805    6736 64.1% 14-Aug-97 05:52:10 +gs_cff.ps
  197.    12668    4137 67.3% 14-Aug-97 05:52:10 +gs_cidfn.ps
  198.     7673    2537 66.9% 14-Aug-97 05:52:10 +gs_cmap.ps
  199.     7729    2994 61.2% 14-Aug-97 05:52:10 +gs_diskf.ps
  200.     1307     671 48.6% 14-Aug-97 05:52:10 +gs_dpnxt.ps
  201.     1627     782 51.9% 14-Aug-97 05:52:10 +gs_dps.ps
  202.     4408    1779 59.6% 14-Aug-97 05:52:10 +gs_dps1.ps
  203.     6704    2410 64.0% 14-Aug-97 05:52:10 +gs_dps2.ps
  204.     2225    1089 51.0% 14-Aug-97 05:52:10 +gs_epsf.ps
  205.    28363    9733 65.6% 14-Aug-97 05:52:10 +gs_fonts.ps
  206.     4091    1677 59.0% 14-Aug-97 05:52:10 +gs_kanji.ps
  207.    14507    5023 65.3% 14-Aug-97 05:52:10 +gs_lev2.ps
  208.     4491    1841 59.0% 14-Aug-97 05:52:10 +gs_pfile.ps
  209.    19196    6035 68.5% 14-Aug-97 05:52:10 +gs_res.ps
  210.    21612    6834 68.3% 14-Aug-97 05:52:10 +gs_setpd.ps
  211.    10549    3661 65.2% 14-Aug-97 05:52:10 +gs_statd.ps
  212.    14674    5122 65.0% 14-Aug-97 05:52:10 +gs_ttf.ps
  213.     1778     858 51.7% 14-Aug-97 05:52:10 +gs_typ42.ps
  214.     5009    2127 57.5% 14-Aug-97 05:52:10 +gs_type1.ps
  215.     2433    1129 53.5% 14-Aug-97 05:52:10 +gs_dbt_e.ps
  216.     2939    1326 54.8% 14-Aug-97 05:52:10 +gs_iso_e.ps
  217.     3440     885 74.2% 14-Aug-97 05:52:10 +gs_ksb_e.ps
  218.     3388    1276 62.3% 14-Aug-97 05:52:10 +gs_std_e.ps
  219.     3238    1494 53.8% 14-Aug-97 05:52:10 +gs_sym_e.ps
  220.     4272     931 78.2% 14-Aug-97 05:52:10 +acctest.ps
  221.     2376    1180 50.3% 14-Aug-97 05:52:10 +align.ps
  222.    23444    8097 65.4% 14-Aug-97 05:52:10 +bdftops.ps
  223.      295     178 39.6% 14-Aug-97 05:52:10 +decrypt.ps
  224.     1871     937 49.9% 14-Aug-97 05:52:10 +caption.ps
  225.     7158    2161 69.8% 14-Aug-97 05:52:10 +docie.ps
  226.    19815    6536 67.0% 14-Aug-97 05:52:10 +font2c.ps
  227.    15708    5319 66.1% 14-Aug-97 05:52:10 +gslp.ps
  228.     5688    2410 57.6% 14-Aug-97 05:52:10 +impath.ps
  229.       59      50 15.2% 14-Aug-97 05:52:10 +level1.ps
  230.     1455     589 59.5% 14-Aug-97 05:52:10 +landscap.ps
  231.     3237    1026 68.3% 14-Aug-97 05:52:10 +lines.ps
  232.     3622    1444 60.1% 14-Aug-97 05:52:10 +markhint.ps
  233.     2039     905 55.6% 14-Aug-97 05:52:10 +markpath.ps
  234.    10506    3940 62.4% 14-Aug-97 05:52:10 +packfile.ps
  235.     2132    1027 51.8% 14-Aug-97 05:52:10 +pcharstr.ps
  236.     3387    1449 57.2% 14-Aug-97 05:52:10 +pfbtogs.ps
  237.     2126     905 57.4% 14-Aug-97 05:52:10 +ppath.ps
  238.     4239    1581 62.7% 14-Aug-97 05:52:10 +prfont.ps
  239.     3187    1361 57.2% 14-Aug-97 05:52:10 +printafm.ps
  240.    22313    7077 68.2% 14-Aug-97 05:52:10 +ps2ai.ps
  241.    39665   12893 67.4% 14-Aug-97 05:52:10 +ps2ascii.ps
  242.     7209    2578 64.2% 14-Aug-97 05:52:10 +ps2epsi.ps
  243.      119      97 18.4% 14-Aug-97 05:52:10 +ps2image.ps
  244.        5       5  0.0% 14-Aug-97 05:52:10 +quit.ps
  245.     3081    1352 56.1% 14-Aug-97 05:52:10 +showchar.ps
  246.        9       9  0.0% 14-Aug-97 05:52:10 +showpage.ps
  247.    25847    7139 72.3% 14-Aug-97 05:52:10 +stcinfo.ps
  248.     5338    2136 59.9% 14-Aug-97 05:52:10 +stcolor.ps
  249.     1676     863 48.5% 14-Aug-97 05:52:10 +traceimg.ps
  250.     2782    1204 56.7% 14-Aug-97 05:52:10 +traceop.ps
  251.     2685    1244 53.6% 14-Aug-97 05:52:10 +type1enc.ps
  252.     7684    2656 65.4% 14-Aug-97 05:52:10 +type1ops.ps
  253.     6284    1950 68.9% 14-Aug-97 05:52:10 +uninfo.ps
  254.     1900     791 58.3% 14-Aug-97 05:52:10 +unprot.ps
  255.     2335    1163 50.1% 14-Aug-97 05:52:10 +viewcmyk.ps
  256.     4694    1803 61.5% 14-Aug-97 05:52:10 +viewgif.ps
  257.     4230    1878 55.6% 14-Aug-97 05:52:10 +viewjpeg.ps
  258.     4121    1857 54.9% 14-Aug-97 05:52:10 +viewpcx.ps
  259.     3991    1674 58.0% 14-Aug-97 05:52:10 +viewpbm.ps
  260.     1431     718 49.8% 14-Aug-97 05:52:10 +viewps2a.ps
  261.     3893    1627 58.2% 14-Aug-97 05:52:10 +winmaps.ps
  262.     9071    3436 62.1% 14-Aug-97 05:52:10 +wftopfa.ps
  263.    18226    5906 67.5% 14-Aug-97 05:52:10 +wrfont.ps
  264.     2612    1014 61.1% 14-Aug-97 05:52:10 +zeroline.ps
  265.     5797    2234 61.4% 14-Aug-97 05:52:10 +gs_l2img.ps
  266.    18383    6338 65.5% 14-Aug-97 05:52:10 +gs_pdf.ps
  267.     4064    1680 58.6% 14-Aug-97 05:52:10 +pdf2dsc.ps
  268.    14839    5307 64.2% 14-Aug-97 05:52:10 +pdf_base.ps
  269.    10382    3804 63.3% 14-Aug-97 05:52:10 +pdf_draw.ps
  270.    13853    4478 67.6% 14-Aug-97 05:52:10 +pdf_font.ps
  271.    14757    5284 64.1% 14-Aug-97 05:52:10 +pdf_main.ps
  272.     2328    1137 51.1% 14-Aug-97 05:52:10 +pdf_sec.ps
  273.     7981    2873 64.0% 14-Aug-97 05:52:10 +pdf_2ps.ps
  274.     4108    1360 66.8% 14-Aug-97 05:52:10 +gs_mex_e.ps
  275.     2547    1140 55.2% 14-Aug-97 05:52:10 +gs_mro_e.ps
  276.     1851     878 52.5% 14-Aug-97 05:52:10 +gs_pdf_e.ps
  277.     1710     816 52.2% 14-Aug-97 05:52:10 +gs_wan_e.ps
  278.    11313    3955 65.0% 14-Aug-97 05:52:10 +gs_pdfwr.ps
  279.     1531     582 61.9% 14-Aug-97 05:52:10 +bjc610a0.upp
  280.     1520     572 62.3% 14-Aug-97 05:52:10 +bjc610a1.upp
  281.     1521     569 62.5% 14-Aug-97 05:52:10 +bjc610a2.upp
  282.     1526     475 68.8% 14-Aug-97 05:52:10 +bjc610a3.upp
  283.     1533     577 62.3% 14-Aug-97 05:52:10 +bjc610a4.upp
  284.     1521     575 62.1% 14-Aug-97 05:52:10 +bjc610a5.upp
  285.     1521     575 62.1% 14-Aug-97 05:52:10 +bjc610a6.upp
  286.     1524     476 68.7% 14-Aug-97 05:52:10 +bjc610a7.upp
  287.     1530     581 62.0% 14-Aug-97 05:52:10 +bjc610a8.upp
  288.     1520     570 62.5% 14-Aug-97 05:52:10 +bjc610b1.upp
  289.     1521     572 62.3% 14-Aug-97 05:52:10 +bjc610b2.upp
  290.     1526     572 62.5% 14-Aug-97 05:52:10 +bjc610b3.upp
  291.     1533     567 63.0% 14-Aug-97 05:52:10 +bjc610b4.upp
  292.     1521     576 62.1% 14-Aug-97 05:52:10 +bjc610b6.upp
  293.     1525     571 62.5% 14-Aug-97 05:52:10 +bjc610b7.upp
  294.     1530     574 62.4% 14-Aug-97 05:52:10 +bjc610b8.upp
  295.     1725     535 68.9% 14-Aug-97 05:52:10 +cdj550.upp
  296.     1102     584 47.0% 14-Aug-97 05:52:10 +necp2x6.upp
  297.     1078     583 45.9% 14-Aug-97 05:52:10 +necp2x.upp
  298.      211     166 21.3% 14-Aug-97 05:52:10 +ras1.upp
  299.      215     167 22.3% 14-Aug-97 05:52:10 +ras24.upp
  300.      210     171 18.5% 14-Aug-97 05:52:10 +ras3.upp
  301.      194     159 18.0% 14-Aug-97 05:52:10 +ras32.upp
  302.      216     175 18.9% 14-Aug-97 05:52:10 +ras4.upp
  303.      205     161 21.4% 14-Aug-97 05:52:10 +ras8m.upp
  304.     1866     566 69.6% 14-Aug-97 05:52:10 +stc.upp
  305.     2060     643 68.7% 14-Aug-97 05:52:10 +stc1520h.upp
  306.     1847     558 69.7% 14-Aug-97 05:52:10 +stc2.upp
  307.     2179     702 67.7% 14-Aug-97 05:52:10 +stc2s_h.upp
  308.     1822     555 69.5% 14-Aug-97 05:52:10 +stc2_h.upp
  309.     1846     619 66.4% 14-Aug-97 05:52:10 +stc500p.upp
  310.     1846     598 67.6% 14-Aug-97 05:52:10 +stc500ph.upp
  311.     2187     657 69.9% 14-Aug-97 05:52:10 +stc600ih.upp
  312.     1094     547 50.0% 14-Aug-97 05:52:10 +stc600p.upp
  313.     1058     537 49.2% 14-Aug-97 05:52:10 +stc600pl.upp
  314.     2064     645 68.7% 14-Aug-97 05:52:10 +stc800ih.upp
  315.     1058     534 49.5% 14-Aug-97 05:52:10 +stc800p.upp
  316.     1040     527 49.3% 14-Aug-97 05:52:10 +stc800pl.upp
  317.      622     343 44.8% 14-Aug-97 05:52:10 +stcany.upp
  318.     1856     566 69.5% 14-Aug-97 05:52:10 +stc_h.upp
  319.      683     381 44.2% 14-Aug-97 05:52:10 +stc_l.upp
  320.      501     297 40.7% 14-Aug-97 05:49:46 +COPYING
  321.   175280   65853 62.4% 14-Aug-97 05:49:48 +NEWS
  322.    11409    4534 60.2% 14-Aug-97 05:49:48 +PUBLIC
  323.     7040    2669 62.0% 14-Aug-97 05:49:48 +README
  324.     2189     992 54.6% 14-Aug-97 05:49:50 +bug-form.txt
  325.    10988    4522 58.8% 14-Aug-97 05:49:50 +c-style.txt
  326.     6149    2868 53.3% 14-Aug-97 05:49:50 +current.txt
  327.   105854   40287 61.9% 14-Aug-97 05:49:50 +devices.txt
  328.    56412   19063 66.2% 14-Aug-97 05:49:52 +drivers.txt
  329.    20998    8419 59.9% 14-Aug-97 05:49:52 +fonts.txt
  330.     8041    3652 54.5% 14-Aug-97 05:49:52 +helpers.txt
  331.    10528    4528 56.9% 14-Aug-97 05:49:52 +hershey.txt
  332.    12424    5113 58.8% 14-Aug-97 05:49:54 +history1.txt
  333.   191160   74535 61.0% 14-Aug-97 05:49:56 +history2.txt
  334.   303513  112924 62.7% 14-Aug-97 05:49:58 +history3.txt
  335.     2501    1204 51.8% 14-Aug-97 05:49:58 +humor.txt
  336.     9098    3677 59.5% 14-Aug-97 05:49:58 +install.txt
  337.    29725   10499 64.6% 14-Aug-97 05:50:00 +language.txt
  338.    13773    5137 62.7% 14-Aug-97 05:50:00 +lib.txt
  339.    61137   23026 62.3% 14-Aug-97 05:50:00 +make.txt
  340.    24202    9812 59.4% 14-Aug-97 05:50:00 +new-user.txt
  341.     2517    1188 52.8% 14-Aug-97 05:50:02 +ps2epsi.txt
  342.     4285    2050 52.1% 14-Aug-97 05:50:02 +ps2pdf.txt
  343.     8579    3354 60.9% 14-Aug-97 05:50:02 +psfiles.txt
  344.     3160    1451 54.0% 14-Aug-97 05:50:02 +public.txt
  345.     6365    2772 56.4% 14-Aug-97 05:50:04 +unix-lpr.txt
  346.    51369   18836 63.3% 14-Aug-97 05:50:04 +use.txt
  347.     6756    2790 58.7% 14-Aug-97 05:50:04 +xfonts.txt
  348.     1452     647 55.4% 14-Aug-97 05:50:06 +alphabet.ps
  349.     2932    1318 55.0% 14-Aug-97 05:50:06 +chess.ps
  350.    58543   33081 43.4% 14-Aug-97 05:50:06 +cheq.ps
  351.     1815     426 76.5% 14-Aug-97 05:50:06 +colorcir.ps
  352.    10520    4583 56.4% 14-Aug-97 05:50:08 +escher.ps
  353.    25499   10690 58.0% 14-Aug-97 05:50:08 +golfer.ps
  354.     1529     554 63.7% 14-Aug-97 05:50:08 +grayalph.ps
  355.     2071     746 63.9% 14-Aug-97 05:50:08 +snowflak.ps
  356.    78519   31213 60.2% 14-Aug-97 05:50:08 +tiger.ps
  357.     2465    1230 50.1% 14-Aug-97 05:50:10 +waterfal.ps
  358.     3020    1381 54.2% 14-Aug-97 05:50:10 +ridt91.eps
  359.    11700    4871 58.3% 14-Aug-97 05:48:56 +gs.1
  360.     1373     710 48.2% 14-Aug-97 05:48:56 +pdf2dsc.1
  361.      705     381 45.9% 14-Aug-97 05:48:56 +pdf2ps.1
  362.     1047     517 50.6% 14-Aug-97 05:48:56 +ps2ascii.1
  363.     2620    1221 53.3% 14-Aug-97 05:48:58 +ps2epsi.1
  364.     1282     666 48.0% 14-Aug-97 05:48:58 +ps2pdf.1
  365.     7533    3384 55.0% 16-Aug-97 10:30:06 +Ghostscript503.readme
  366. -------- ------- ----- --------- --------
  367.  2128532  807477 62.0% 18-Aug-97 13:56:54   191 files
  368.